Auto merge of #2153 - carlosgaldino:cg-fix-uninstall, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 19 Nov 2015 18:32:10 +0000 (18:32 +0000)
committerbors <bors@rust-lang.org>
Thu, 19 Nov 2015 18:32:10 +0000 (18:32 +0000)
With this patch users can type `cargo help uninstall` or `cargo
uninstall -h` and it will display the `USAGE` message as it was supposed to.

Before the patch the command would display an error message about
invalid arguments.

Fixes #2138.

I also updated the man page.


Trivial merge